Vcenter Vm Guest Customization Info

Vcenter Vm Guest Customization Info
Vcenter Vm Guest Customization Info

The Vcenter Vm Guest Customization Info schema contains the status of a customization operation applied to a virtual machine.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "status": "string",
    "error": "string",
    "start_time": "string",
    "end_time": "string"
}
string
status
Required

The status of the customization operation.

For more information see: Vcenter Vm Guest Customization Info Status.

This property was added in vSphere API 7.0.0.0.

string
error
Optional

Description of the error if the Vcenter Vm Guest Customization Info.status of customization operation is Vcenter Vm Guest Customization Info Status.FAILED.

This property was added in vSphere API 7.0.0.0.

This property will be missing or null if the status is not FAILED or there is no information available for the error.

string As date-time As date-time
start_time
Optional

Time when the customization process has started inside the guest operating system.

This property was added in vSphere API 7.0.0.0.

This property will be missing or null if the status is PENDING.

string As date-time As date-time
end_time
Optional

Time when the customization process has completed inside the guest operating system.

This property was added in vSphere API 7.0.0.0.

This property will be missing or null if the status is not SUCCEEDED or FAILED.